projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dedfb7f
)
Fix my previous change.
author
Xue Fuqiao
<xfq.free@gmail.com>
Tue, 24 Dec 2013 06:52:10 +0000
(14:52 +0800)
committer
Xue Fuqiao
<xfq.free@gmail.com>
Tue, 24 Dec 2013 06:52:10 +0000
(14:52 +0800)
admin/admin.el
patch
|
blob
|
history
diff --git
a/admin/admin.el
b/admin/admin.el
index 228a8570a77627eaf48d85095a0dc42c91027f61..baf18992953e9d8263f3057db13bcc6c58c13d99 100644
(file)
--- a/
admin/admin.el
+++ b/
admin/admin.el
@@
-62,7
+62,7
@@
Optional argument DATE is the release date, default today."
(insert entry))))
(defun set-version-in-file (root file version rx)
- "Subroutine of `set-version'."
+ "Subroutine of `set-version'
and `set-copyright'
."
(find-file (expand-file-name file root))
(goto-char (point-min))
(unless (re-search-forward rx nil :noerror)